home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / pelne / monkey / mlinux06.a02 / USR / LIB / MAN_CONF.{_3 < prev   
Text File  |  1997-02-08  |  3KB  |  93 lines

  1. #
  2. # Generated automatically from man.config.in by the
  3. # configure script.
  4. #
  5. # man.config
  6. #
  7. # This file is read by man to configure the default manpath (also used
  8. # when MANPATH contains an empty substring), to find out where the cat
  9. # pages corresponding to given man pages should be stored,
  10. # and to map each PATH element to a manpath element.
  11. # It may also record the pathname of the man binary. [This is unused.]
  12. # The format is:
  13. #
  14. # MANBIN        pathname
  15. # MANPATH        manpath_element    [corresponding_catdir]
  16. # MANPATH_MAP        path_element    manpath_element
  17. #
  18. # If no catdir is given, it is assumed to be equal to the mandir
  19. # (so that this dir has both man1 etc. and cat1 etc. subdirs).
  20. # Certain versions of the FSSTND recommend putting formatted versions
  21. # of /usr/foopath/man/manx/page.x into /var/catman/foopath/catx/page.x.
  22. # The keyword FSSTND will enable this peculiar behaviour.
  23. # Explicitly given catdirs override.
  24. #
  25. # FSSTND
  26. #
  27. # This file is also read by man in order to find how to call nroff, less, etc.,
  28. # and to determine the correspondence between extensions and decompressors.
  29. #
  30. # MANBIN        /usr/local/bin/man
  31. #
  32. # Every automatically generated MANPATH includes these fields
  33. #
  34. MANPATH    /usr/man
  35. MANPATH    /usr/local/man
  36. MANPATH    /usr/X386/man
  37. #
  38. # Set up PATH to MANPATH mapping
  39. #
  40. # (these mappings are superfluous when the right hand side is
  41. # in the mandatory manpath already, but will keep man from statting
  42. # lots of other nearby files and directories)
  43. #
  44. MANPATH_MAP    /bin            /usr/man
  45. MANPATH_MAP    /sbin            /usr/man
  46. MANPATH_MAP    /usr/bin        /usr/man
  47. MANPATH_MAP    /usr/local/bin        /usr/local/man
  48. MANPATH_MAP    /usr/X386/bin        /usr/X386/man
  49. MANPATH_MAP    /usr/bin/X11        /usr/X386/man
  50. MANPATH_MAP    /usr/bin/mh        /usr/man
  51. #
  52. # Useful paths - note that COL should not be defined when
  53. # NROFF is defined as "groff -Tascii" or "groff -Tlatin1";
  54. # not only is it superfluous, but it actually damages the output.
  55. #
  56. TROFF        /usr/bin/groff -Tps -mandoc
  57. NROFF        /usr/bin/groff -Tascii -mandoc
  58. EQN        /usr/bin/geqn -Tps
  59. NEQN        /usr/bin/geqn -Tascii
  60. TBL        /usr/bin/gtbl
  61. # COL        /usr/bin/col
  62. REFER        /usr/bin/grefer
  63. PIC        /usr/bin/gpic
  64. VGRIND        
  65. GRAP        
  66. PAGER        /usr/bin/less -is
  67. CAT        /usr/bin/cat
  68. #
  69. # The command "man -a xyzzy" will show all man pages for xyzzy.
  70. # When CMP is defined man will try to avoid showing the same
  71. # text twice.
  72. #
  73. CMP        /usr/bin/cmp -s
  74. #
  75. # Compress cat pages
  76. #
  77. COMPRESS    /bin/gzip
  78. COMPRESS_EXT    .gz
  79. #
  80. # Default manual sections (and order) to search if -S is not specified
  81. # and the MANSECT environment variable is not set.
  82. #
  83. MANSECT        1:8:2:3:4:5:6:7:9:tcl:n:l:p:o
  84. #
  85. # Decompress with given decompressor when input file has given extension
  86. # The command given must act as a filter.
  87. #
  88. .gz        /usr/bin/gunzip -c
  89. .z        /usr/bin/gunzip -c
  90. .Z        /usr/bin/zcat
  91. .F        
  92. .Y        
  93.